home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98c.txt / 000131_icon-group-sender _Wed Dec 16 08:31:04 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id IAA18826
  4.     for icon-group-addresses; Wed, 16 Dec 1998 08:29:37 -0700 (MST)
  5. Message-Id: <199812161529.IAA18826@baskerville.CS.Arizona.EDU>
  6. To: icon-group@optima.CS.Arizona.EDU
  7. Date: Wed, 16 Dec 1998 10:05:45 +0100
  8. From: Anders Holtsberg <andersh@maths.lth.se>
  9. Subject: Bug or feature?????
  10. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  11. Status: RO
  12.  
  13. Is this a raw bug or a feature?
  14.  
  15. === 1
  16.  
  17.    insert(allcolnames, 99999)
  18.    every writes(!allcolnames, " ")
  19.    write()
  20.  
  21. gives
  22.  
  23. > icont x2a
  24. Translating:
  25. x2a.icn:
  26.   main
  27.   splitontab
  28. No errors
  29. Linking:
  30. > cat barn.txt | x2a | grep G
  31.  G1mf IgG4 99999 IgG1 IgG!+ IgG1+ Fenotyp G3mb+ Prov_nr IgG2+ K∩┐╜n IgG3
  32. IgG3+ G1mf+ IgG4+ G3mb+
  33.            ^^^^^ 
  34.            OK
  35. === 2
  36.  
  37.    insert(allcolnames, 'abcde')
  38.    every writes(!allcolnames, " ")
  39.    write()
  40.  
  41. gives
  42.  
  43. > icont x2a
  44. Translating:
  45. x2a.icn:
  46.   main
  47.   splitontab
  48. No errors
  49. Linking:
  50. > cat barn.txt | x2a | grep G
  51.  G1mf IgG4 abcde IgG1 IgG!+ IgG1+ Fenotyp G3mb+ Prov_nr IgG2+ K∩┐╜n IgG3
  52. IgG3+ G1mf+ IgG4+ G3mb+
  53.            ^^^^^
  54.            OK
  55. === 3
  56.  
  57.    insert(allcolnames, "abcde")
  58.    every writes(!allcolnames, " ")
  59.    write()
  60.  
  61. gives
  62.  
  63. > icont x2a
  64. Translating:
  65. x2a.icn:
  66.   main
  67.   splitontab
  68. No errors
  69. Linking:
  70. > cat barn.txt | x2a | grep G
  71.  G1mf IgG4 IgG1 IgG!+ IgG1+ Fenotyp G3mb+ Prov_nr IgG2+ K∩┐╜n IgG3 IgG3+
  72. G1mf+ IgG4+ G3mb+
  73.  
  74. ====================
  75.  
  76. WHAT? This must be a raw bug!? Where on earth did "abcde" go? To outer
  77. space??????
  78. I'm must have this done NOW. I'm must deliver a consultant thing!!!!!
  79. AAAArrhhh!!!!
  80. Can anybody help me? I'm using Icon 9.3 on a Sun machine.
  81.  
  82.  
  83. -- Anders Holtsberg
  84.  
  85. == Anders Holtsberg =========================== andersh@maths.lth.se ==
  86.    Department of Mathematical Statistics       Phone +46 46 222 4953
  87.    Lund University                               Fax +46 46 222 4998
  88. == Box 118, S-221 00 LUND, Sweden == http://www.maths.lth.se/matstat ==
  89.